DioDocs for PDF
SaveAsJpeg(String,Nullable<Rectangle>,Int32) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > SaveAsJpeg メソッド : SaveAsJpeg(String,Nullable<Rectangle>,Int32) メソッド
The output file path.
Clipping rectangle of the image to be saved.
The image quality from 0 (best compression) to 100 (best quality).
Saves the image to a file in JPEG format with specified quality (from 0 to 100).
シンタックス
'宣言
 
Public Overloads Sub SaveAsJpeg( _
   ByVal path As System.String, _
   Optional ByVal clipRect As System.Nullable(Of Rectangle), _
   Optional ByVal quality As System.Integer _
) 
public void SaveAsJpeg( 
   System.string path,
   System.Nullable<Rectangle> clipRect,
   System.int quality
)

パラメータ

path
The output file path.
clipRect
Clipping rectangle of the image to be saved.
quality
The image quality from 0 (best compression) to 100 (best quality).
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧